# Copyright (c) 2014 by Michael Zahniser
#
# Endless Sky is free software: you can redistribute it and/or modify it under the
# terms of the GNU General Public License as published by the Free Software
# Foundation, either version 3 of the License, or (at your option) any later version.
#
# Endless Sky is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE. See the GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along with
# this program. If not, see <https://www.gnu.org/licenses/>.

color "illegal job: selected" .875 .5 .5 0.
color "illegal job: unselected" .75 .25 .25 0.
color "illegal job: unavailable" .625 .125 .125 0.


mission "Cargo Smuggling [0]"
	name "Smuggling to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "Smuggle <cargo> to <destination> without being scanned or caught by planetary law enforcement. Payment is <payment>."
	cargo "Illegal Cargo" 5 2 .1
	illegal 40000 `In addition to the fine, your illegal cargo is confiscated. The pirates won't be happy to hear about this.`
	stealth
	to offer
		or
			"reputation: Pirate" > -100
			"combat rating" > 150
	source
		government "Pirate"
	destination
		distance 4 6
		government "Republic" "Free Worlds" "Syndicate" "Neutral" "Pirate"
	on visit
		dialog phrase "generic cargo on visit"
	on abort
		"reputation: Pirate" -= 1
		dialog phrase "generic aborted pirate cargo mission"
	on fail
		"reputation: Pirate" -= 1
	on complete
		"pirate jobs" ++
		payment 4000 300
		dialog phrase "generic completed pirate cargo mission"

mission "Cargo Smuggling [1]"
	name "Smuggling to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "Smuggle <cargo> to <destination> without being scanned or caught by planetary law enforcement. Payment is <payment>."
	cargo "Illegal Cargo" 5 2 .1
	illegal 50000 `In addition to the fine, your illegal cargo is confiscated. The pirates won't be happy to hear about this.`
	stealth
	to offer
		random < 90
		or
			"reputation: Pirate" > -100
			"combat rating" > 150
	source
		government "Pirate"
	destination
		distance 4 8
		government "Republic" "Free Worlds" "Syndicate" "Neutral" "Pirate"
	on visit
		dialog phrase "generic cargo on visit"
	on abort
		"reputation: Pirate" -= 1
		dialog phrase "generic aborted pirate cargo mission"
	on fail
		"reputation: Pirate" -= 1
	on complete
		"pirate jobs" ++
		payment 4000 300
		dialog phrase "generic completed pirate cargo mission"

mission "Cargo Smuggling [2]"
	name "Smuggling to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "Smuggle <cargo> to <destination> without being scanned or caught by planetary law enforcement. Payment is <payment>."
	cargo "Illegal Cargo" 5 2 .1
	illegal 64000 `In addition to the fine, your illegal cargo is confiscated. The pirates won't be happy to hear about this.`
	stealth
	to offer
		random < 70
		or
			"reputation: Pirate" > -100
			"combat rating" > 150
	source
		government "Pirate"
	destination
		distance 4 10
		government "Republic" "Free Worlds" "Syndicate" "Neutral" "Pirate"
	on visit
		dialog phrase "generic cargo on visit"
	on abort
		"reputation: Pirate" -= 1
		dialog phrase "generic aborted pirate cargo mission"
	on fail
		"reputation: Pirate" -= 1
	on complete
		"pirate jobs" ++
		payment 5000 300
		dialog phrase "generic completed pirate cargo mission"

mission "Cargo Smuggling [3]"
	name "Smuggling to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "Smuggle <cargo> to <destination> without being scanned or caught by planetary law enforcement. Payment is <payment>."
	cargo "Illegal Cargo" 5 2 .1
	illegal 80000 `In addition to the fine, your illegal cargo is confiscated. The pirates won't be happy to hear about this.`
	stealth
	to offer
		random < 60
		or
			"reputation: Pirate" > -100
			"combat rating" > 150
	source
		government "Pirate"
	destination
		distance 5 12
		government "Republic" "Free Worlds" "Syndicate" "Neutral" "Pirate"
	on visit
		dialog phrase "generic cargo on visit"
	on abort
		"reputation: Pirate" -= 1
		dialog phrase "generic aborted pirate cargo mission"
	on fail
		"reputation: Pirate" -= 1
	on complete
		"pirate jobs" ++
		payment 6000 300
		dialog phrase "generic completed pirate cargo mission"



mission "Drug Running [0]"
	name "Drug run to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "Run <cargo> to <destination> without being scanned or caught by planetary law enforcement. Payment is <payment>."
	cargo "Illegal Substances" 5 2 .1
	illegal 75000 `In addition to the fine, your illegal cargo is confiscated. The pirates won't be happy to hear about this.`
	to offer
		random < 80
		or
			"reputation: Pirate" > -50
			"combat rating" > 400
	source
		government "Pirate"
	destination
		distance 4 10
		government "Republic" "Free Worlds" "Syndicate" "Neutral" "Pirate"
	on visit
		dialog phrase "generic cargo on visit"
	on abort
		"reputation: Pirate" -= 1
		dialog phrase "generic aborted pirate cargo mission"
	on fail
		"reputation: Pirate" -= 1
	on complete
		"pirate jobs" ++
		payment 5000 375
		dialog phrase "generic completed pirate cargo mission"

mission "Drug Running [1]"
	name "Drug run to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "Run <cargo> to <destination>. If law enforcement catches you, you will be fined 46,000 credits. Payment is <payment>."
	cargo "Illegal Substances" 5 2 .1
	illegal 92000 `In addition to the fine, your illegal cargo is confiscated. The pirates won't be happy to hear about this.`
	stealth
	to offer
		random < 70
		or
			"reputation: Pirate" > -50
			"combat rating" > 400
	source
		government "Pirate"
	destination
		distance 4 12
		government "Republic" "Free Worlds" "Syndicate" "Neutral" "Pirate"
	on visit
		dialog phrase "generic cargo on visit"
	on abort
		"reputation: Pirate" -= 1
		dialog phrase "generic aborted pirate cargo mission"
	on fail
		"reputation: Pirate" -= 1
	on complete
		"pirate jobs" ++
		payment 5000 375
		dialog phrase "generic completed pirate cargo mission"

mission "Drug Running [2]"
	name "Drug run to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "Run <cargo> to <destination> without being scanned or caught by planetary law enforcement. Payment is <payment>."
	cargo "Illegal Substances" 5 2 .1
	illegal 110000 `In addition to the fine, your illegal cargo is confiscated. The pirates won't be happy to hear about this.`
	stealth
	to offer
		random < 60
		or
			"reputation: Pirate" > -50
			"combat rating" > 400
	source
		government "Pirate"
	destination
		distance 5 14
		government "Republic" "Free Worlds" "Syndicate" "Neutral" "Pirate"
	on visit
		dialog phrase "generic cargo on visit"
	on abort
		"reputation: Pirate" -= 1
		dialog phrase "generic aborted pirate cargo mission"
	on fail
		"reputation: Pirate" -= 1
	on complete
		"pirate jobs" ++
		payment 7000 375
		dialog phrase "generic completed pirate cargo mission"

mission "Drug Running [3]"
	name "Drug run to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "Run <cargo> to <destination> without being scanned or caught by planetary law enforcement. Payment is <payment>."
	cargo "Illegal Substances" 5 2 .1
	illegal 130000 `In addition to the fine, your illegal cargo is confiscated. The pirates won't be happy to hear about this.`
	stealth
	to offer
		random < 50
		or
			"reputation: Pirate" > -50
			"combat rating" > 400
	source
		government "Pirate"
	destination
		distance 6 16
		government "Republic" "Free Worlds" "Syndicate" "Neutral" "Pirate"
	on visit
		dialog phrase "generic cargo on visit"
	on abort
		"reputation: Pirate" -= 1
		dialog phrase "generic aborted pirate cargo mission"
	on fail
		"reputation: Pirate" -= 1
	on complete
		"pirate jobs" ++
		payment 9000 375
		dialog phrase "generic completed pirate cargo mission"



mission "Bulk Cargo Smuggling [0]"
	name "Bulk smuggling to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "Smuggle <cargo> to <destination> without being scanned or caught by planetary law enforcement. Payment is <payment>."
	cargo "Illegal Cargo" 25 2 .1
	illegal 47000 `In addition to the fine, your illegal cargo is confiscated. The pirates won't be happy to hear about this.`
	stealth
	to offer
		random < 70
		or
			"reputation: Pirate" > -50
			"combat rating" > 400
	source
		government "Pirate"
	destination
		distance 4 8
		government "Republic" "Free Worlds" "Syndicate" "Neutral" "Pirate"
	on visit
		dialog phrase "generic cargo on visit"
	on abort
		"reputation: Pirate" -= 1
		dialog phrase "generic aborted pirate cargo mission"
	on fail
		"reputation: Pirate" -= 1
	on complete
		"pirate jobs" ++
		payment 7000 300
		dialog phrase "generic completed pirate cargo mission"

mission "Bulk Cargo Smuggling [1]"
	name "Bulk smuggling to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "Smuggle <cargo> to <destination> without being scanned or caught by planetary law enforcement. Payment is <payment>."
	cargo "Illegal Cargo" 25 2 .1
	illegal 130000 `In addition to the fine, your illegal cargo is confiscated. The pirates won't be happy to hear about this.`
	stealth
	to offer
		random < 60
		or
			"reputation: Pirate" > -50
			"combat rating" > 400
	source
		government "Pirate"
	destination
		distance 4 12
		government "Republic" "Free Worlds" "Syndicate" "Neutral" "Pirate"
	on visit
		dialog phrase "generic cargo on visit"
	on abort
		"reputation: Pirate" -= 1
		dialog phrase "generic aborted pirate cargo mission"
	on fail
		"reputation: Pirate" -= 1
	on complete
		"pirate jobs" ++
		payment 10000 300
		dialog phrase "generic completed pirate cargo mission"

mission "Bulk Cargo Smuggling [2]"
	name "Bulk smuggling to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "Smuggle <cargo> to <destination> without being scanned or caught by planetary law enforcement. Payment is <payment>."
	cargo "Illegal Cargo" 25 2 .1
	illegal 172000 `In addition to the fine, your illegal cargo is confiscated. The pirates won't be happy to hear about this.`
	stealth
	to offer
		random < 40
		or
			"reputation: Pirate" > -50
			"combat rating" > 400
	source
		government "Pirate"
	destination
		distance 4 16
		government "Republic" "Free Worlds" "Syndicate" "Neutral" "Pirate"
	on visit
		dialog phrase "generic cargo on visit"
	on abort
		"reputation: Pirate" -= 1
		dialog phrase "generic aborted pirate cargo mission"
	on fail
		"reputation: Pirate" -= 1
	on complete
		"pirate jobs" ++
		payment 15000 300
		dialog phrase "generic completed pirate cargo mission"



mission "Bulk Drug Running [0]"
	name "Bulk drug run to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "Run <cargo> to <destination> without being scanned or caught by planetary law enforcement. Payment is <payment>."
	cargo "Illegal Substances" 25 2 .1
	illegal 172000 `In addition to the fine, your illegal cargo is confiscated. The pirates won't be happy to hear about this.`
	stealth
	to offer
		random < 50
		or
			"reputation: Pirate" > -25
			"combat rating" > 1100
	source
		government "Pirate"
	destination
		distance 4 12
		government "Republic" "Free Worlds" "Syndicate" "Neutral" "Pirate"
	on visit
		dialog phrase "generic cargo on visit"
	on abort
		"reputation: Pirate" -= 1
		dialog phrase "generic aborted pirate cargo mission"
	on fail
		"reputation: Pirate" -= 1
	on complete
		"pirate jobs" ++
		payment 10000 375
		dialog phrase "generic completed pirate cargo mission"

mission "Bulk Drug Running [1]"
	name "Bulk drug run to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "Run <cargo> to <destination> without being scanned or caught by planetary law enforcement. Payment is <payment>."
	cargo "Illegal Substances" 25 2 .1
	illegal 200000 `In addition to the fine, your illegal cargo is confiscated. The pirates won't be happy to hear about this.`
	stealth
	to offer
		random < 40
		or
			"reputation: Pirate" > -25
			"combat rating" > 1100
	source
		government "Pirate"
	destination
		distance 5 14
		government "Republic" "Free Worlds" "Syndicate" "Neutral" "Pirate"
	on visit
		dialog phrase "generic cargo on visit"
	on abort
		"reputation: Pirate" -= 1
		dialog phrase "generic aborted pirate cargo mission"
	on fail
		"reputation: Pirate" -= 1
	on complete
		"pirate jobs" ++
		payment 15000 375
		dialog phrase "generic completed pirate cargo mission"

mission "Bulk Drug Running [2]"
	name "Bulk drug run to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "Run <cargo> to <destination> without being scanned or caught by planetary law enforcement. Payment is <payment>."
	cargo "Illegal Substances" 25 2 .1
	illegal 240000 `In addition to the fine, your illegal cargo is confiscated. The pirates won't be happy to hear about this.`
	stealth
	to offer
		random < 30
		or
			"reputation: Pirate" > -25
			"combat rating" > 1100
	source
		government "Pirate"
	destination
		distance 6 16
		government "Republic" "Free Worlds" "Syndicate" "Neutral" "Pirate"
	on visit
		dialog phrase "generic cargo on visit"
	on abort
		"reputation: Pirate" -= 1
		dialog phrase "generic aborted pirate cargo mission"
	on fail
		"reputation: Pirate" -= 1
	on complete
		"pirate jobs" ++
		payment 20000 375
		dialog phrase "generic completed pirate cargo mission"



mission "Stealth Cargo Smuggling (North) [0]"
	name "Highly illegal cargo to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "Run <cargo> to <destination>. If you are scanned or caught by planetary law enforcement, the consequences may be severe. Payment is <payment>."
	cargo "Highly Illegal Cargo" 5 2 .1
	illegal 260000 `In addition to the fine, your illegal cargo is confiscated. The pirates won't be happy to hear about this.`
	stealth
	to offer
		random < 40
		"reputation: Pirate" > -10
		"combat rating" > 1100
	source
		government "Pirate"
		attributes "north pirate"
	destination
		distance 3 12
		government "Republic" "Free Worlds" "Syndicate" "Neutral" "Pirate"
	npc
		government Republic
		personality heroic waiting
		system
			distance 3
		fleet
			names "republic small"
			variant
				"Gunboat"
	npc
		government Republic
		personality heroic waiting
		system destination
		fleet
			names "republic small"
			variant
				"Gunboat"
	npc
		government Republic
		personality heroic staying
		system destination
		fleet
			names "republic small"
			variant
				"Gunboat"
	on abort
		"reputation: Pirate" -= 1
		dialog phrase "generic aborted pirate cargo mission"
	on fail
		"reputation: Pirate" -= 1
		"reputation: Republic" -= 5
		"reputation: Navy (Oathkeeper)" -= 5
	on visit
		dialog phrase "generic cargo on visit"
	on complete
		"pirate jobs" ++
		payment 50000 300
		"reputation: Pirate" += 5
		dialog phrase "generic completed highly illegal pirate cargo mission"

mission "Stealth Cargo Smuggling (North) [1]"
	name "Highly illegal cargo to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "Run <cargo> to <destination>. If you are scanned or caught by planetary law enforcement, the consequences may be severe. Payment is <payment>."
	cargo "Highly Illegal Cargo" 5 2 .1
	illegal 350000 `In addition to the fine, your illegal cargo is confiscated. The pirates won't be happy to hear about this.`
	stealth
	to offer
		random < 20
		"reputation: Pirate" > -10
		"combat rating" > 1100
	source
		government "Pirate"
		attributes "north pirate"
	destination
		distance 4 14
		government "Republic" "Free Worlds" "Syndicate" "Neutral" "Pirate"
	npc
		government Republic
		personality heroic waiting
		system
			distance 3 5
		fleet
			names "republic small"
			variant
				"Gunboat"
	npc
		government Republic
		personality heroic waiting
		system
			distance 2 4
		fleet
			names "republic small"
			variant
				"Gunboat"
	npc
		government Republic
		personality heroic waiting
		system
			distance 3
		fleet
			names "republic small"
			variant
				"Gunboat"
	npc
		government Republic
		personality heroic waiting
		system destination
		fleet
			names "republic small"
			variant
				"Gunboat"
	npc
		government Republic
		personality heroic waiting entering
		system destination
		fleet
			names "republic small"
			variant
				"Gunboat"
	npc
		system destination
		personality heroic staying
		government Republic
		fleet "Navy Surveillance"
	on abort
		"reputation: Pirate" -= 3
		dialog phrase "generic aborted pirate cargo mission"
	on fail
		"reputation: Pirate" -= 3
		"reputation: Republic" -= 5
		"reputation: Navy (Oathkeeper)" -= 5
	on visit
		dialog phrase "generic cargo on visit"
	on complete
		"pirate jobs" ++
		payment 75000 450
		"reputation: Pirate" += 5
		dialog phrase "generic completed highly illegal pirate cargo mission"

mission "Stealth Cargo Smuggling (Core) [0]"
	name "Highly illegal cargo to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "Run <cargo> to <destination>. If you are scanned or caught by planetary law enforcement, the consequences may be severe. Payment is <payment>."
	cargo "Highly Illegal Cargo" 5 2 .1
	illegal 260000 `In addition to the fine, your illegal cargo is confiscated. The pirates won't be happy to hear about this.`
	stealth
	to offer
		random < 40
		"reputation: Pirate" > -10
		"combat rating" > 1100
	source
		government "Pirate"
		attributes "core pirate"
	destination
		distance 3 12
		government "Republic" "Free Worlds" "Syndicate" "Neutral" "Pirate"
	npc
		government Syndicate
		personality heroic waiting
		system
			distance 3
		fleet
			names "syndicate small"
			variant
				"Quicksilver (Scanner)"
	npc
		government Syndicate
		personality heroic waiting
		system destination
		fleet
			names "syndicate small"
			variant
				"Quicksilver (Scanner)"
	npc
		government Syndicate
		personality heroic staying
		system destination
		fleet
			names "syndicate small"
			variant
				"Quicksilver (Scanner)"
	on abort
		"reputation: Pirate" -= 3
		dialog phrase "generic aborted pirate cargo mission"
	on fail
		"reputation: Pirate" -= 3
		"reputation: Syndicate" -= 5
	on visit
		dialog phrase "generic cargo on visit"
	on complete
		"pirate jobs" ++
		payment 50000 450
		"reputation: Pirate" += 5
		dialog phrase "generic completed highly illegal pirate cargo mission"

mission "Stealth Cargo Smuggling (Core) [1]"
	name "Highly illegal cargo to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "Run <cargo> to <destination>. If you are scanned or caught by planetary law enforcement, the consequences may be severe. Payment is <payment>."
	cargo "Highly Illegal Cargo" 5 2 .1
	illegal 350000 `In addition to the fine, your illegal cargo is confiscated. The pirates won't be happy to hear about this.`
	stealth
	to offer
		random < 20
		"reputation: Pirate" > -10
		"combat rating" > 1100
	source
		government "Pirate"
		attributes "core pirate"
	destination
		distance 4 14
		government "Republic" "Free Worlds" "Syndicate" "Neutral" "Pirate"
	npc
		government Syndicate
		personality heroic waiting
		system
			distance 3 5
		fleet
			names "syndicate small"
			variant
				"Quicksilver (Scanner)"
	npc
		government Syndicate
		personality heroic waiting
		system
			distance 2 4
		fleet
			names "syndicate small"
			variant
				"Quicksilver (Scanner)"
	npc
		government Syndicate
		personality heroic waiting
		system
			distance 3
		fleet
			names "syndicate small"
			variant
				"Quicksilver (Scanner)"
	npc
		government Syndicate
		personality heroic waiting
		system destination
		fleet
			names "syndicate small"
			variant
				"Quicksilver (Scanner)"
	npc
		government Syndicate
		personality heroic waiting entering
		system destination
		fleet
			names "syndicate small"
			variant
				"Quicksilver (Scanner)"
	npc
		government Syndicate
		personality heroic staying
		system destination
		fleet
			names "syndicate small"
			variant
				"Quicksilver (Scanner)" 2
	on abort
		"reputation: Pirate" -= 3
		dialog phrase "generic aborted pirate cargo mission"
	on fail
		"reputation: Pirate" -= 3
		"reputation: Syndicate" -= 5
	on visit
		dialog phrase "generic cargo on visit"
	on complete
		"pirate jobs" ++
		payment 75000 450
		"reputation: Pirate" += 5
		dialog phrase "generic completed highly illegal pirate cargo mission"

mission "Stealth Cargo Smuggling (South) [0]"
	name "Highly illegal cargo to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "Run <cargo> to <destination>. If you are scanned or caught by planetary law enforcement, the consequences may be severe. Payment is <payment>."
	cargo "Highly Illegal Cargo" 5 2 .1
	illegal 260000 `In addition to the fine, your illegal cargo is confiscated. The pirates won't be happy to hear about this.`
	stealth
	to offer
		random < 40
		"reputation: Pirate" > -10
		"combat rating" > 1100
	source
		government "Pirate"
		attributes "south pirate"
	destination
		distance 4 12
		government "Republic" "Free Worlds" "Syndicate" "Neutral" "Pirate"
	npc
		government Militia
		personality heroic waiting
		system
			distance 3
		fleet
			names "militia capital"
			variant
				"Bastion (Scanner)"
	npc
		government Militia
		personality heroic waiting
		system destination
		fleet
			names "militia capital"
			variant
				"Bastion (Scanner)"
	npc
		government Militia
		personality heroic staying
		system destination
		fleet
			names "militia capital"
			variant
				"Bastion (Scanner)"
	on abort
		"reputation: Pirate" -= 3
		dialog phrase "generic aborted pirate cargo mission"
	on fail
		"reputation: Pirate" -= 3
		"reputation: Free Worlds" -= 5
		"reputation: Militia" -= 5
	on visit
		dialog phrase "generic cargo on visit"
	on complete
		"pirate jobs" ++
		payment 50000 450
		"reputation: Pirate" += 5
		dialog phrase "generic completed highly illegal pirate cargo mission"

mission "Stealth Cargo Smuggling (South) [1]"
	name "Highly illegal cargo to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "Run <cargo> to <destination>. If you are scanned or caught by planetary law enforcement, the consequences may be severe. You will need to land away from the spaceport or else you may get caught. Payment is <payment>."
	cargo "Highly Illegal Cargo" 5 2 .1
	illegal 350000 `In addition to the fine, your illegal cargo is confiscated. The pirates won't be happy to hear about this.`
	stealth
	to offer
		random < 20
		"reputation: Pirate" > -10
		"combat rating" > 1100
	source
		government "Pirate"
		attributes "south pirate"
	destination
		distance 4 14
		government "Republic" "Free Worlds" "Syndicate" "Neutral" "Pirate"
	npc
		government Militia
		personality heroic waiting
		system
			distance 3 5
		fleet
			names "militia capital"
			variant
				"Bastion (Scanner)"
	npc
		government Militia
		personality heroic waiting
		system
			distance 2 4
		fleet
			names "militia capital"
			variant
				"Bastion (Scanner)"
	npc
		government Militia
		personality heroic waiting
		system
			distance 3
		fleet
			names "militia capital"
			variant
				"Bastion (Scanner)"
	npc
		government Militia
		personality heroic waiting
		system destination
		fleet
			names "militia capital"
			variant
				"Bastion (Scanner)"
	npc
		government Militia
		personality heroic waiting entering
		system destination
		fleet
			names "militia capital"
			variant
				"Bastion (Scanner)"
	npc
		government Militia
		personality heroic staying
		system destination
		fleet
			names "militia capital"
			variant
				"Bastion (Scanner)" 2
	on abort
		"reputation: Pirate" -= 3
		dialog phrase "generic aborted pirate cargo mission"
	on fail
		"reputation: Pirate" -= 3
		"reputation: Free Worlds" -= 5
		"reputation: Militia" -= 5
	on visit
		dialog phrase "generic cargo on visit"
	on complete
		"pirate jobs" ++
		payment 75000 450
		"reputation: Pirate" += 5
		dialog phrase "generic completed highly illegal pirate cargo mission"



mission "Stealth Drug Running (North) [0]"
	name "Highly illegal drugs to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "Run <cargo> to <destination>. If you are scanned or caught by planetary law enforcement, the consequences may be severe. Payment is <payment>."
	cargo "Highly Illegal Substances" 5 2 .1
	illegal 350000 `In addition to the fine, your illegal cargo is confiscated. The pirates won't be happy to hear about this.`
	stealth
	to offer
		random < 30
		"reputation: Pirate" > 0
		"combat rating" > 1100
	source
		government "Pirate"
		attributes "north pirate"
	destination
		distance 3 12
		government "Republic" "Free Worlds" "Syndicate" "Neutral" "Pirate"
	npc
		government Republic
		personality heroic waiting
		system
			distance 3
		fleet
			names "republic small"
			variant
				"Gunboat"
	npc
		government Republic
		personality heroic waiting
		system destination
		fleet
			names "republic small"
			variant
				"Gunboat"
	npc
		government Republic
		personality heroic staying
		system destination
		fleet
			names "republic small"
			variant
				"Gunboat"
	on abort
		"reputation: Pirate" -= 3
		dialog phrase "generic aborted pirate cargo mission"
	on fail
		"reputation: Pirate" -= 3
		"reputation: Republic" -= 5
		"reputation: Navy (Oathkeeper)" -= 5
	on visit
		dialog phrase "generic cargo on visit"
	on complete
		"pirate jobs" ++
		payment 75000 550
		"reputation: Pirate" += 5
		dialog phrase "generic completed highly illegal pirate cargo mission"

mission "Stealth Drug Running (North) [1]"
	name "Highly illegal drugs to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "Run <cargo> to <destination>. If you are scanned or caught by planetary law enforcement, the consequences may be severe. Payment is <payment>."
	cargo "Highly Illegal Substances" 5 2 .1
	illegal 500000 `In addition to the fine, your illegal cargo is confiscated. The pirates won't be happy to hear about this.`
	stealth
	to offer
		random < 15
		"reputation: Pirate" > 0
		"combat rating" > 1100
	source
		government "Pirate"
		attributes "north pirate"
	destination
		distance 4 14
		government "Republic" "Free Worlds" "Syndicate" "Neutral" "Pirate"
	npc
		government Republic
		personality heroic waiting
		system
			distance 3 5
		fleet
			names "republic small"
			variant
				"Gunboat"
	npc
		government Republic
		personality heroic waiting
		system
			distance 2 4
		fleet
			names "republic small"
			variant
				"Gunboat"
	npc
		government Republic
		personality heroic waiting
		system
			distance 3
		fleet
			names "republic small"
			variant
				"Gunboat"
	npc
		government Republic
		personality heroic waiting
		system destination
		fleet
			names "republic small"
			variant
				"Gunboat"
	npc
		government Republic
		personality heroic waiting entering
		system destination
		fleet
			names "republic small"
			variant
				"Gunboat"
	npc
		government Republic
		personality heroic staying
		system destination
		fleet "Navy Surveillance"
	on abort
		"reputation: Pirate" -= 3
		dialog phrase "generic aborted pirate cargo mission"
	on fail
		"reputation: Pirate" -= 3
		"reputation: Republic" -= 5
		"reputation: Navy (Oathkeeper)" -= 5
	on visit
		dialog phrase "generic cargo on visit"
	on complete
		"pirate jobs" ++
		payment 100000 550
		"reputation: Pirate" += 5
		dialog phrase "generic completed highly illegal pirate cargo mission"

mission "Stealth Drug Running (Core) [0]"
	name "Highly illegal drugs to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "Run <cargo> to <destination>. If you are scanned or caught by planetary law enforcement, the consequences may be severe. Payment is <payment>."
	cargo "Highly Illegal Substances" 5 2 .1
	illegal 350000 `In addition to the fine, your illegal cargo is confiscated. The pirates won't be happy to hear about this.`
	stealth
	to offer
		random < 30
		"reputation: Pirate" > 0
		"combat rating" > 1100
	source
		government "Pirate"
		attributes "core pirate"
	destination
		distance 3 12
		government "Republic" "Free Worlds" "Syndicate" "Neutral" "Pirate"
	npc
		government Syndicate
		personality heroic waiting
		system
			distance 3
		fleet
			names "syndicate small"
			variant
				"Quicksilver (Scanner)"
	npc
		government Syndicate
		personality heroic waiting
		system destination
		fleet
			names "syndicate small"
			variant
				"Quicksilver (Scanner)"
	npc
		government Syndicate
		personality heroic staying
		system destination
		fleet
			names "syndicate small"
			variant
				"Quicksilver (Scanner)"
	on abort
		"reputation: Pirate" -= 3
		dialog phrase "generic aborted pirate cargo mission"
	on fail
		"reputation: Pirate" -= 3
		"reputation: Syndicate" -= 5
	on visit
		dialog phrase "generic cargo on visit"
	on complete
		"pirate jobs" ++
		payment 75000 550
		"reputation: Pirate" += 5
		dialog phrase "generic completed highly illegal pirate cargo mission"

mission "Stealth Drug Running (Core) [1]"
	name "Highly illegal drugs to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "Run <cargo> to <destination>. If you are scanned or caught by planetary law enforcement, the consequences may be severe. Payment is <payment>."
	cargo "Highly Illegal Substances" 5 2 .1
	illegal 500000 `In addition to the fine, your illegal cargo is confiscated. The pirates won't be happy to hear about this.`
	stealth
	to offer
		random < 15
		"reputation: Pirate" > 0
		"combat rating" > 1100
	source
		government "Pirate"
		attributes "core pirate"
	destination
		distance 4 14
		government "Republic" "Free Worlds" "Syndicate" "Neutral" "Pirate"
	npc
		government Syndicate
		personality heroic waiting
		system
			distance 3 5
		fleet
			names "syndicate small"
			variant
				"Quicksilver (Scanner)"
	npc
		government Syndicate
		personality heroic waiting
		system
			distance 2 4
		fleet
			names "syndicate small"
			variant
				"Quicksilver (Scanner)"
	npc
		government Syndicate
		personality heroic waiting
		system
			distance 3
		fleet
			names "syndicate small"
			variant
				"Quicksilver (Scanner)"
	npc
		government Syndicate
		personality heroic waiting
		system destination
		fleet
			names "syndicate small"
			variant
				"Quicksilver (Scanner)"
	npc
		government Syndicate
		personality heroic waiting entering
		system destination
		fleet
			names "syndicate small"
			variant
				"Quicksilver (Scanner)"
	npc
		government Syndicate
		personality heroic staying
		system destination
		fleet
			names "syndicate small"
			variant
				"Quicksilver (Scanner)" 2
	on abort
		"reputation: Pirate" -= 3
		dialog phrase "generic aborted pirate cargo mission"
	on fail
		"reputation: Pirate" -= 3
		"reputation: Syndicate" -= 5
	on visit
		dialog phrase "generic cargo on visit"
	on complete
		"pirate jobs" ++
		payment 100000 550
		"reputation: Pirate" += 5
		dialog phrase "generic completed highly illegal pirate cargo mission"

mission "Stealth Drug Running (South) [0]"
	name "Highly illegal drugs to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "Run <cargo> to <destination>. If you are scanned or caught by planetary law enforcement, the consequences may be severe. Payment is <payment>."
	cargo "Highly Illegal Substances" 5 2 .1
	illegal 350000 `In addition to the fine, your illegal cargo is confiscated. The pirates won't be happy to hear about this.`
	stealth
	to offer
		random < 30
		"reputation: Pirate" > 0
		"combat rating" > 1100
	source
		government "Pirate"
		attributes "south pirate"
	destination
		distance 4 12
		government "Republic" "Free Worlds" "Syndicate" "Neutral" "Pirate"
	npc
		government Militia
		personality heroic waiting
		system
			distance 3
		fleet
			names "militia capital"
			variant
				"Bastion (Scanner)"
	npc
		government Militia
		personality heroic waiting
		system destination
		fleet
			names "militia capital"
			variant
				"Bastion (Scanner)"
	npc
		government Militia
		personality heroic staying
		system destination
		fleet
			names "militia capital"
			variant
				"Bastion (Scanner)"
	on abort
		"reputation: Pirate" -= 3
		dialog phrase "generic aborted pirate cargo mission"
	on fail
		"reputation: Pirate" -= 3
		"reputation: Free Worlds" -= 5
		"reputation: Militia" -= 5
	on visit
		dialog phrase "generic cargo on visit"
	on complete
		"pirate jobs" ++
		payment 75000 550
		"reputation: Pirate" += 5
		dialog phrase "generic completed highly illegal pirate cargo mission"

mission "Stealth Drug Running (South) [1]"
	name "Highly illegal drugs to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "Run <cargo> to <destination>. If you are scanned or caught by planetary law enforcement, the consequences may be severe. Payment is <payment>."
	cargo "Highly Illegal Substances" 5 2 .1
	illegal 500000 `In addition to the fine, your illegal cargo is confiscated. The pirates won't be happy to hear about this.`
	stealth
	to offer
		random < 15
		"reputation: Pirate" > 0
		"combat rating" > 1100
	source
		government "Pirate"
		attributes "south pirate"
	destination
		distance 4 14
		government "Republic" "Free Worlds" "Syndicate" "Neutral" "Pirate"
	npc
		government Militia
		personality heroic waiting
		system
			distance 3 5
		fleet
			names "militia capital"
			variant
				"Bastion (Scanner)"
	npc
		government Militia
		personality heroic waiting
		system
			distance 2 4
		fleet
			names "militia capital"
			variant
				"Bastion (Scanner)"
	npc
		government Militia
		personality heroic waiting
		system
			distance 3
		fleet
			names "militia capital"
			variant
				"Bastion (Scanner)"
	npc
		government Militia
		personality heroic waiting
		system destination
		fleet
			names "militia capital"
			variant
				"Bastion (Scanner)"
	npc
		government Militia
		personality heroic waiting entering
		system destination
		fleet
			names "militia capital"
			variant
				"Bastion (Scanner)"
	npc
		government Militia
		personality heroic staying
		system destination
		fleet
			names "militia capital"
			variant
				"Bastion (Scanner)" 2
	on abort
		"reputation: Pirate" -= 3
		dialog phrase "generic aborted pirate cargo mission"
	on fail
		"reputation: Pirate" -= 3
		"reputation: Free Worlds" -= 5
		"reputation: Militia" -= 5
	on visit
		dialog phrase "generic cargo on visit"
	on complete
		"pirate jobs" ++
		payment 100000 550
		"reputation: Pirate" += 5
		dialog phrase "generic completed highly illegal pirate cargo mission"



mission "Wanted Passenger [0]"
	name "Wanted individual to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "This wanted individual wishes to reach <destination> without being caught by local law enforcement. They also wish to bring with them <cargo>. Payment is <payment>."
	passengers 1
	cargo "battle trophies" 1
	illegal 50000 `Upon scanning your vessel, law enforcement notice the criminal that you have on board. Entering your ship to detain them, they find the criminal in the corner of one of the rooms of your ship, clutching their battle trophies and screaming "you'll never take them from me!" After a short confrontation, they carry the criminal out and leave you with a small fine. This doesn't help to establish your reputation as a reliable, no-questions-asked transporter.`
	stealth
	to offer
		or
			"reputation: Pirate" > -100
			"combat rating" > 400
	source
		government "Pirate"
	destination
		distance 2 10
		government "Republic" "Free Worlds" "Syndicate" "Neutral"
	on visit
		dialog phrase "generic passenger on visit"
	on abort
		"reputation: Pirate" -= 1
		dialog phrase "generic aborted pirate passenger mission"
	on fail
		"reputation: Pirate" -= 1
	on complete
		"pirate jobs" ++
		payment 30000 300
		dialog "Your <passengers> insists that you land on the edge of the spaceport to avoid being seen. After you land, they pay you <payment> before quickly grabbing their things and leaving your ship."

mission "Wanted Passengers [1]"
	name "Wanted individuals to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "These <bunks> wanted individuals wish to reach <destination> without being caught by local law enforcement. They also wish to bring with them <cargo>. Payment is <payment>."
	passengers 2 10 .9
	cargo "credit chips" 1
	illegal 75000 `Upon scanning your vessel, law enforcement notices the criminals that you have on board. Entering your ship to detain them, they find the criminals busy scooping their credits into the airlock, hoping that no one can have them. The officers quickly detain the criminals and carry them off along with the rest of the credits, leaving you with a moderately sized fine. This doesn't help to establish your reputation as a reliable, no-questions-asked transporter.`
	stealth
	to offer
		random < 75
		"reputation: Pirate" > -50
		"combat rating" > 1100
	source
		government "Pirate"
	destination
		distance 2 10
		government "Republic" "Free Worlds" "Syndicate" "Neutral"
	on visit
		dialog phrase "generic passenger on visit"
	on abort
		"reputation: Pirate" -= 1
		dialog phrase "generic aborted pirate passenger mission"
	on fail
		"reputation: Pirate" -= 1
	on complete
		"pirate jobs" ++
		payment 20000 300
		dialog "Your <passengers> insist that you land on the edge of the spaceport to avoid being seen. After you land, they pay you <payment> before quickly grabbing their things and leaving your ship."
	
mission "Wanted Passengers [2]"
	name "Wanted individuals to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "These <bunks> wanted individuals wish to reach <destination> without being caught by local law enforcement. They also wish to bring with them <cargo>. Payment is <payment>."
	passengers 2 10 .9
	cargo "customized weapons" 1
	illegal 75000 `Upon scanning your vessel, law enforcement notices the criminals that you have on board. Entering your ship to detain them, the criminals begin firing down the hallways with their customized weapons. Immediately met with tear gas, the criminals did not put up too much of a fight. The officers carry the criminals out and leave you with a moderate fine and a few laser marks in the halls of your ship. This doesn't help to establish your reputation as a reliable, no-questions-asked transporter.`
	stealth
	to offer
		random < 50
		"reputation: Pirate" > -50
		"combat rating" > 1100
	source
		government "Pirate"
	destination
		distance 2 10
		government "Republic" "Free Worlds" "Syndicate" "Neutral"
	on visit
		dialog phrase "generic passenger on visit"
	on abort
		"reputation: Pirate" -= 1
		dialog phrase "generic aborted pirate passenger mission"
	on fail
		"reputation: Pirate" -= 1
	on complete
		"pirate jobs" ++
		payment 20000 300
		dialog "Your <passengers> insist that you land on the edge of the spaceport to avoid being seen. After you land, they pay you <payment> before quickly grabbing their things and leaving your ship."

mission "Wanted Passengers [3]"
	name "Wanted individuals to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "These <bunks> wanted individuals wish to reach <destination> without being caught by local law enforcement. They also wish to bring with them <cargo>. Payment is <payment>."
	passengers 2 10 .9
	cargo "aged wine" 1
	illegal 75000 `Upon scanning your vessel, law enforcement notice the criminals that you have on board. Entering your ship to detain them, they find them all passed out in their bunks rooms, having drank too much of the wine that they had brought with them. After carrying the criminals out, they give you a moderate fine and leave. This doesn't help to establish your reputation as a reliable, no-questions-asked transporter.`
	stealth
	to offer
		random < 25
		"reputation: Pirate" > -50
		"combat rating" > 1100
	source
		government "Pirate"
	destination
		distance 2 10
		government "Republic" "Free Worlds" "Syndicate" "Neutral"
	on visit
		dialog phrase "generic passenger on visit"
	on abort
		"reputation: Pirate" -= 1
		dialog phrase "generic aborted pirate passenger mission"
	on fail
		"reputation: Pirate" -= 1
	on complete
		"pirate jobs" ++
		payment 20000 300
		dialog "Your <passengers> insist that you land on the edge of the spaceport to avoid being seen. After you land, they pay you <payment> before quickly grabbing their things and leaving your ship."



mission "Highly Wanted Passenger (North)"
	name "Galactic criminal to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "This criminal is wanted by every law enforcement agency in the galaxy and needs safe transport to <destination> with their <cargo>. The payment is high at an amazing <payment>, but transporting such a person could lead to a lot of trouble."
	passengers 1
	cargo "stolen navy secrets" 1
	illegal 300000 `Law enforcement rush their way onto your ship through the airlocks, suited head to toe in armor and armed to the teeth. Your passenger is quickly made to surrender and is hauled off in cuffs. The officers consider detaining you as well, but eventually decide to minimize their paperwork by only issuing a fine. This doesn't help to establish your reputation as a reliable, no-questions-asked transporter.`
	stealth
	to offer
		random < 15
		"reputation: Pirate" > 10
		"combat rating" > 3000
	source
		government "Pirate"
		attributes "north pirate"
	destination
		distance 4 14
		government "Republic" "Free Worlds" "Syndicate" "Neutral" "Pirate"
	npc
		government Republic
		personality heroic waiting
		fleet
			names "republic small"
			variant
				"Gunboat"
	npc
		government Republic
		personality heroic waiting
		system
			distance 3 5
		fleet
			names "republic small"
			variant
				"Gunboat"
	npc
		government Republic
		personality heroic waiting
		system
			distance 2 4
		fleet
			names "republic small"
			variant
				"Gunboat"
	npc
		government Republic
		personality heroic waiting
		system
			distance 3
		fleet
			names "republic small"
			variant
				"Gunboat"
	npc
		government Republic
		personality heroic waiting
		system destination
		fleet
			names "republic small"
			variant
				"Gunboat"
	npc
		government Republic
		personality heroic waiting entering
		system destination
		fleet
			names "republic small"
			variant
				"Gunboat"
	npc
		government Republic
		personality heroic staying
		system destination
		fleet "Navy Surveillance"
	on abort
		"reputation: Pirate" -= 3
		dialog phrase "generic aborted pirate passenger mission"
	on fail
		"reputation: Pirate" -= 3
		"reputation: Republic" -= 5
		"reputation: Navy (Oathkeeper)" -= 5
	on visit
		dialog phrase "generic passenger on visit"
	on complete
		"pirate jobs" ++
		payment 200000 1000
		"reputation: Pirate" += 5
		dialog "You land outside of the main city to avoid any chances of your passenger being seen. They grab their things and make their way off of your ship after paying you <payment>."

mission "Highly Wanted Passenger (Core)"
	name "Galactic criminal to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "This criminal is wanted by every law enforcement agency in the galaxy and needs safe transport to <destination> with their <cargo>. The payment is high at an amazing <payment>, but transporting such a person could lead to a lot of trouble."
	passengers 1
	cargo "stolen banking records" 1
	illegal 300000 `Law enforcement rush their way onto your ship through the airlocks, suited head to toe in armor and armed to the teeth. Your passenger is quickly made to surrender and is hauled off in cuffs. The officers consider detaining you as well, but eventually decide to minimize their paperwork by only issuing a fine. This doesn't help to establish your reputation as a reliable, no-questions-asked transporter.`
	stealth
	to offer
		random < 15
		"reputation: Pirate" > 10
		"combat rating" > 3000
	source
		government "Pirate"
		attributes "core pirate"
	destination
		distance 4 14
		government "Republic" "Free Worlds" "Syndicate" "Neutral" "Pirate"
	npc
		government Syndicate
		personality heroic waiting
		fleet
			names "syndicate small"
			variant
				"Quicksilver (Scanner)"
	npc
		government Syndicate
		personality heroic waiting
		system
			distance 3 5
		fleet
			names "syndicate small"
			variant
				"Quicksilver (Scanner)"
	npc
		government Syndicate
		personality heroic waiting
		system
			distance 2 4
		fleet
			names "syndicate small"
			variant
				"Quicksilver (Scanner)"
	npc
		government Syndicate
		personality heroic waiting
		system
			distance 3
		fleet
			names "syndicate small"
			variant
				"Quicksilver (Scanner)"
	npc
		government Syndicate
		personality heroic waiting
		system destination
		fleet
			names "syndicate small"
			variant
				"Quicksilver (Scanner)"
	npc
		government Syndicate
		personality heroic waiting entering
		system destination
		fleet
			names "syndicate small"
			variant
				"Quicksilver (Scanner)"
	npc
		government Syndicate
		personality heroic staying
		system destination
		fleet
			names "syndicate small"
			variant
				"Quicksilver (Scanner)" 2
	on abort
		"reputation: Pirate" -= 3
		dialog phrase "generic aborted pirate passenger mission"
	on fail
		"reputation: Pirate" -= 3
		"reputation: Syndicate" -= 5
	on visit
		dialog phrase "generic passenger on visit"
	on complete
		"pirate jobs" ++
		payment 200000 1000
		"reputation: Pirate" += 5
		dialog "You land outside of the main city to avoid any chances of your passenger being seen. They grab their things and make their way off of your ship after paying you <payment>."

mission "Highly Wanted Passenger (South)"
	name "Galactic criminal to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "This criminal is wanted by every law enforcement agency in the galaxy and needs safe transport to <destination> with their <cargo>. The payment is high at an amazing <payment>, but transporting such a person could lead to a lot of trouble."
	passengers 1
	cargo "prototype technology" 1
	illegal 300000 `Law enforcement rush their way onto your ship through the airlocks, suited head to toe in armor and armed to the teeth. Your passenger is quickly made to surrender and is hauled off in cuffs. The officers consider detaining you as well, but eventually decide to minimize their paperwork by only issuing a fine. This doesn't help to establish your reputation as a reliable, no-questions-asked transporter.`
	stealth
	to offer
		random < 15
		"reputation: Pirate" > 10
		"combat rating" > 3000
	source
		government "Pirate"
		attributes "south pirate"
	destination
		distance 4 14
		government "Republic" "Free Worlds" "Syndicate" "Neutral" "Pirate"
	npc
		government Militia
		personality heroic waiting
		fleet
			names "militia capital"
			variant
				"Bastion (Scanner)"
	npc
		government Militia
		personality heroic waiting
		system
			distance 3 5
		fleet
			names "militia capital"
			variant
				"Bastion (Scanner)"
	npc
		government Militia
		personality heroic waiting
		system
			distance 2 4
		fleet
			names "militia capital"
			variant
				"Bastion (Scanner)"
	npc
		government Militia
		personality heroic waiting
		system
			distance 3
		fleet
			names "militia capital"
			variant
				"Bastion (Scanner)"
	npc
		government Militia
		personality heroic waiting
		system destination
		fleet
			names "militia capital"
			variant
				"Bastion (Scanner)"
	npc
		government Militia
		personality heroic waiting entering
		system destination
		fleet
			names "militia capital"
			variant
				"Bastion (Scanner)"
	npc
		government Militia
		personality heroic staying
		system destination
		fleet
			names "militia capital"
			variant
				"Bastion (Scanner)" 2
	on abort
		"reputation: Pirate" -= 3
		dialog phrase "generic aborted pirate passenger mission"
	on fail
		"reputation: Pirate" -= 3
		"reputation: Free Worlds" -= 5
		"reputation: Militia" -= 5
	on visit
		dialog phrase "generic passenger on visit"
	on complete
		"pirate jobs" ++
		payment 200000 1000
		"reputation: Pirate" += 5
		dialog "You land outside of the main city to avoid any chances of your passenger being seen. They grab their things and make their way off of your ship after paying you <payment>."



mission "Slave Transport [0]"
	name "Transfer slaves to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "A pirate on <planet> has bought slaves from a local warlord. Transfer these <bunks> slaves in secure cells to <destination> for <payment>. Slavery is punishable by death throughout the galaxy, so this may be a dangerous job to take."
	passengers 2 10 .9
	illegal -1
	to offer
		random < 25
		"reputation: Pirate" > 0
		"combat rating" > 1100
	to accept
		has "outfit (installed): Brig"
	source
		government "Pirate"
	destination
		distance 4 30
		government "Pirate"
	on abort
		"reputation: Pirate" -= 9
		dialog phrase "generic aborted pirate slave mission"
	on fail
		"reputation: Pirate" -= 9
	on visit
		dialog phrase "generic passenger on visit"
	on complete
		"pirate jobs" ++
		payment 75000 800
		dialog phrase "generic completed pirate slave mission"

mission "Slave Transport [1]"
	name "Transfer slaves to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "A pirate on <planet> has bought slaves from a local warlord. Transfer these <bunks> slaves in secure cells to <destination> for <payment>. Slavery is punishable by death throughout the galaxy, so this may be a dangerous job to take."
	passengers 2 10 .9
	illegal -1
	to offer
		random < 25
		"reputation: Pirate" > 0
		"combat rating" > 1100
	to accept
		has "outfit (installed): Brig"
	source
		government "Pirate"
	destination
		distance 4 30
		government "Pirate"
	on abort
		"reputation: Pirate" -= 9
		dialog phrase "generic aborted pirate slave mission"
	on fail
		"reputation: Pirate" -= 9
	on visit
		dialog phrase "generic passenger on visit"
	on complete
		"pirate jobs" ++
		payment 75000 800
		dialog phrase "generic completed pirate slave mission"

mission "Slave Transport [2]"
	name "Transfer slaves to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "A pirate on <planet> has bought slaves from a local warlord. Transfer these <bunks> slaves in secure cells to <destination> for <payment>. Slavery is punishable by death throughout the galaxy, so this may be a dangerous job to take."
	passengers 2 10 .9
	illegal -1
	to offer
		random < 25
		"reputation: Pirate" > 0
		"combat rating" > 1100
	to accept
		has "outfit (installed): Brig"
	source
		government "Pirate"
	destination
		distance 4 30
		government "Pirate"
	on abort
		"reputation: Pirate" -= 9
		dialog phrase "generic aborted pirate slave mission"
	on fail
		"reputation: Pirate" -= 9
	on visit
		dialog phrase "generic passenger on visit"
	on complete
		"pirate jobs" ++
		payment 75000 800
		dialog phrase "generic completed pirate slave mission"



mission "Bulk Slave Transport [0]"
	name "Transfer slaves to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "A pirate on <planet> has bought slaves from a local warlord. Transfer these <bunks> slaves in secure cells to <destination> for <payment>. Slavery is punishable by death throughout the galaxy, so this may be a dangerous job to take."
	passengers 10 4 .1
	illegal -1
	to offer
		random < 15
		"reputation: Pirate" > 0
		"combat rating" > 3000
	to accept
		has "outfit (installed): Brig"
	source
		government "Pirate"
	destination
		distance 4 30
		government "Pirate"
	on abort
		"reputation: Pirate" -= 9
		dialog phrase "generic aborted pirate slave mission"
	on fail
		"reputation: Pirate" -= 9
	on visit
		dialog phrase "generic passenger on visit"
	on complete
		"pirate jobs" ++
		payment 100000 800
		dialog phrase "generic completed pirate slave mission"

mission "Bulk Slave Transport [1]"
	name "Transfer slaves to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	infiltrating
	description "A pirate on <planet> has bought slaves from a local warlord. Transfer these <bunks> slaves in secure cells to <destination> for <payment>. Slavery is punishable by death throughout the galaxy, so this may be a dangerous job to take."
	passengers 10 4 .1
	illegal -1
	to offer
		random < 15
		"reputation: Pirate" > 0
		"combat rating" > 3000
	to accept
		has "outfit (installed): Brig"
	source
		government "Pirate"
	destination
		distance 4 30
		government "Pirate"
	on abort
		"reputation: Pirate" -= 9
		dialog phrase "generic aborted pirate slave mission"
	on fail
		"reputation: Pirate" -= 9
	on visit
		dialog phrase "generic passenger on visit"
	on complete
		"pirate jobs" ++
		payment 100000 800
		dialog phrase "generic completed pirate slave mission"



mission "Mercenary Job (Medium, North, Dangerous Origin)"
	name "Protection to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	description "The captain of the <npc> will pay you <payment> to help them escape local law enforcement and reach <destination> by <date>."
	deadline 10
	to offer
		random < 40
		"combat rating" > 400
		"reputation: Pirate" > 0
	source
		government Republic "Free Worlds" Syndicate Neutral
		attributes frontier north
	destination
		government "Pirate"
		attributes "north pirate"
		distance 3 4
	npc
		government Republic
		personality waiting
		fleet "Small Republic"
	npc
		government Republic
		personality waiting entering
		system destination
		fleet "Small Republic"
	
	npc accompany save
		government Pirate
		personality escort
		fleet
			names "pirate"
			variant
				"Headhunter"
			variant
				"Headhunter (Particle)"
			variant
				"Raven (Afterburner)"
			variant
				"Raven (Heavy)"
			variant
				"Corvette"
			variant
				"Corvette (Missile)"
			variant
				"Corvette (Speedy)"
	on complete
		"pirate jobs" ++
		payment 180000
		dialog phrase "generic safe escort completion dialog"
	on visit
		dialog phrase "generic arrived-without-npc dialog"

mission "Escort Illegal Cargo (Large, North, Dangerous Path)"
	name "Protect cargo to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	description "The captain of the <npc> will pay you <payment> to escort them and their illegal cargo safely through law-enforced space to reach <destination> by <date>."
	deadline 12
	to offer
		random < 30
		"combat rating" > 1100
		"reputation: Pirate" > 0
	source
		government Republic "Free Worlds" Syndicate Neutral Pirate
		attributes frontier north "north pirate"
	destination
		government "Pirate"
		attributes "north pirate"
		distance 3 6
	npc
		government Republic
		personality staying
		system destination
		fleet "Large Republic"
	
	npc accompany save
		government Pirate
		personality escort
		fleet
			names "pirate"
			variant 3
				"Corvette"
			variant 3
				"Corvette (Missile)"
			variant 3
				"Corvette (Speedy)"
			variant 2
				"Firebird"
			variant 2
				"Firebird (Missile)"
			variant 2
				"Firebird (Plasma)"
			variant 1
				"Leviathan"
	on complete
		"pirate jobs" ++
		payment 240000
		dialog phrase "generic safe escort completion dialog"
	on visit
		dialog phrase "generic arrived-without-npc dialog"

mission "Escort Stolen Vessel (Extra Large, North, Dangerous Path)"
	name "Protect ship to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	description "The captain of the <npc> will pay you <payment> to escort them and their stolen vessel safely through law-enforced space to reach <destination> by <date>."
	deadline 12
	to offer
		random < 15
		"combat rating" > 3000
		"reputation: Pirate" > 0
	source
		government Republic "Free Worlds" Syndicate Neutral Pirate
		attributes frontier north "north pirate"
	destination
		government "Pirate"
		attributes "north pirate"
		distance 3 6
	npc
		government Republic
		personality staying
		system destination
		fleet "Small Republic"
		fleet "Large Republic"
	
	npc accompany save
		government Pirate
		personality escort
		fleet
			names "pirate"
			variant 6
				"Leviathan"
				"Hauler II"
			variant 4
				"Leviathan (Laser)"
				"Hauler"
			variant 4
				"Leviathan (Heavy)"
				"Freighter"

	on complete
		"pirate jobs" ++
		payment 375000
		dialog phrase "generic safe escort completion dialog"
	on visit
		dialog phrase "generic arrived-without-npc dialog"

mission "Mercenary Job (Medium, Core, Dangerous Origin)"
	name "Protection to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	description "The captain of the <npc> will pay you <payment> to help them escape local law enforcement and reach <destination> by <date>."
	deadline 10
	to offer
		random < 40
		"combat rating" > 400
		"reputation: Pirate" > 0
	source
		government Republic "Free Worlds" Syndicate Neutral
		attributes core
	destination
		government "Pirate"
		attributes "core pirate"
		distance 3 4
	npc
		government Syndicate
		personality waiting
		fleet "Small Syndicate"
	npc
		government Syndicate
		personality waiting entering
		system destination
		fleet "Small Syndicate"
	
	npc accompany save
		government Pirate
		personality escort
		fleet
			names "pirate"
			variant 1
				"Headhunter"
			variant 1
				"Headhunter (Particle)"
			variant 1
				"Quicksilver"
			variant 1
				"Quicksilver (Proton)"
	on complete
		"pirate jobs" ++
		payment 180000
		dialog phrase "generic safe escort completion dialog"
	on visit
		dialog phrase "generic arrived-without-npc dialog"

mission "Escort Illegal Cargo (Large, Core, Dangerous Path)"
	name "Protect cargo to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	description "The captain of the <npc> will pay you <payment> to escort them and their illegal cargo safely through law-enforced space to reach <destination> by <date>."
	deadline 12
	to offer
		random < 30
		"combat rating" > 1100
		"reputation: Pirate" > 0
	source
		government Republic "Free Worlds" Syndicate Neutral Pirate
		attributes core "core pirate"
	destination
		government "Pirate"
		attributes "core pirate"
		distance 3 6
	npc
		government Syndicate
		personality staying
		system destination
		fleet "Large Syndicate"
	
	npc accompany save
		government Pirate
		personality escort
		fleet
			names "pirate"
			variant 3
				"Quicksilver (Proton)" 3
			variant 2
				"Manta (Proton)"
			variant 2
				"Manta"
			variant 1
				"Splinter" 2
			variant 1
				"Splinter (Laser)" 2
	on complete
		"pirate jobs" ++
		payment 240000
		dialog phrase "generic safe escort completion dialog"
	on visit
		dialog phrase "generic arrived-without-npc dialog"

mission "Escort Stolen Vessel (Extra Large, Core, Dangerous Path)"
	name "Protect ship to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	description "The captain of the <npc> will pay you <payment> to escort them and their stolen vessel safely through law-enforced space to reach <destination> by <date>."
	deadline 12
	to offer
		random < 15
		"combat rating" > 3000
		"reputation: Pirate" > 0
	source
		government Republic "Free Worlds" Syndicate Neutral Pirate
		attributes core "core pirate"
	destination
		government "Pirate"
		attributes "core pirate"
		distance 3 6
	npc
		government Syndicate
		personality staying
		system destination
		fleet "Small Syndicate"
		fleet "Large Syndicate"
	
	npc accompany save
		government Pirate
		personality escort
		fleet
			names "pirate"
			variant 4
				"Firebird"
				"Argosy"
			variant 4
				"Firebird (Plasma)"
				"Bounder"
			variant 4
				"Firebird (Missile)"
				"Quicksilver"
			variant 2
				"Falcon"
				"Freighter"
			variant 2
				"Falcon (Laser)"
				"Freighter"
			variant 1
				"Falcon (Heavy)"
				"Heavy Shuttle"
	on complete
		"pirate jobs" ++
		payment 375000
		dialog phrase "generic safe escort completion dialog"
	on visit
		dialog phrase "generic arrived-without-npc dialog"

mission "Mercenary Job (Medium, South, Dangerous Origin)"
	name "Protection to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	description "The captain of the <npc> will pay you <payment> to help them escape local law enforcement and reach <destination> by <date>."
	deadline 10
	to offer
		random < 40
		"combat rating" > 400
		"reputation: Pirate" > 0
	source
		government Republic "Free Worlds" Syndicate Neutral
		attributes south
	destination
		government "Pirate"
		attributes "south pirate"
		distance 3 4
	npc
		government Militia
		personality waiting
		fleet "Small Militia"
	npc
		government Militia
		personality waiting entering
		system destination
		fleet "Small Militia"
	
	npc accompany save
		government Pirate
		personality escort
		fleet
			names "pirate"
			variant 1
				"Clipper"
			variant 1
				"Clipper (Speedy)"
			variant 1
				"Clipper (Heavy)"
			variant 1
				"Modified Argosy"
	on complete
		"pirate jobs" ++
		payment 180000
		dialog phrase "generic safe escort completion dialog"
	on visit
		dialog phrase "generic arrived-without-npc dialog"

mission "Escort Illegal Cargo (Large, South, Dangerous Path)"
	name "Protect cargo to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	description "The captain of the <npc> will pay you <payment> to escort them and their illegal cargo safely through law-enforced space to reach <destination> by <date>."
	deadline 12
	to offer
		random < 30
		"combat rating" > 1100
		"reputation: Pirate" > 0
	source
		government Republic "Free Worlds" Syndicate Neutral Pirate
		attributes south "south pirate"
	destination
		government "Pirate"
		attributes "south pirate"
		neighbor
			not government "Pirate"
		distance 4 6
	npc
		government Militia
		personality staying
		system destination
		fleet "Large Militia"
	
	npc accompany save
		government Pirate
		personality escort
		fleet
			names "pirate"
			variant 2
				"Modified Argosy"
			variant 2
				"Modified Argosy (Heavy)"
			variant 2
				"Modified Argosy (Blaster)"
			variant 1
				"Bastion"
			variant 1
				"Bastion (Laser)"
			variant 1
				"Bastion (Heavy)"
	on complete
		"pirate jobs" ++
		payment 240000
		dialog phrase "generic safe escort completion dialog"
	on visit
		dialog phrase "generic arrived-without-npc dialog"

mission "Escort Stolen Vessel (Extra Large, South, Dangerous Path)"
	name "Protect ship to <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	description "The captain of the <npc> will pay you <payment> to escort them and their stolen vessel safely through law-enforced space to reach <destination> by <date>."
	deadline 12
	to offer
		random < 15
		"combat rating" > 3000
		"reputation: Pirate" > 0
	source
		government Republic "Free Worlds" Syndicate Neutral Pirate
		attributes south "south pirate"
	destination
		government "Pirate"
		attributes "south pirate"
		neighbor
			not government "Pirate"
		distance 4 6
	npc
		government Militia
		personality staying
		system destination
		fleet "Small Militia"
		fleet "Large Militia"
	
	npc accompany save
		government Pirate
		personality escort
		fleet
			names "pirate"
			variant 4
				"Bastion"
				"Blackbird"
			variant 4
				"Bastion (Laser)"
				"Clipper"
			variant 4
				"Bastion (Heavy)"
				"Bounder"
			variant 2
				"Falcon"
				"Hauler"
			variant 2
				"Falcon (Laser)"
				"Freighter"
			variant 1
				"Falcon (Heavy)"
				"Heavy Shuttle"
	on complete
		"pirate jobs" ++
		payment 375000
		dialog phrase "generic safe escort completion dialog"
	on visit
		dialog phrase "generic arrived-without-npc dialog"



mission "Eliminating Law Enforcement (North, Small)"
	name "Navy near <system>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	repeat
	job
	description "A Navy fleet within three jumps of the <system> system has halted our raids. Destroy them and return to <planet> by <day> for a payment of <payment>."
	deadline 20
	to offer
		random < 25
		"combat rating" > 1100
	source
		government "Pirate"
		attributes "north pirate"
	npc kill
		government "Republic"
		personality heroic marked staying target
		system
			distance 1 3
		fleet "Small Republic" 2
		dialog "The fleet has been eliminated. You can claim the bounty payment by returning to <destination>."
	on complete
		"pirate jobs" ++
		payment 360000
		"reputation: Pirate" += 5
		dialog "The pirates of <planet> gratefully pay you <payment> for eliminating the Navy fleet."

mission "Eliminating Law Enforcement (North, Large)"
	name "Navy near <system>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	repeat
	job
	description "A large Navy fleet within three jumps of the <system> system has halted our raids. Destroy them and return to <planet> by <day> for a payment of <payment>."
	deadline 20
	to offer
		random < 15
		"combat rating" > 3000
	source
		government "Pirate"
		attributes "north pirate"
	npc kill
		government "Republic"
		personality heroic marked staying target
		system
			distance 1 3
		fleet "Large Republic"
		fleet "Small Republic" 2
		dialog "The fleet has been eliminated. You can claim the bounty payment by returning to <destination>."
	on complete
		"pirate jobs" ++
		payment 600000
		"reputation: Pirate" += 10
		dialog "The pirates of <planet> gratefully pay you <payment> for eliminating the Navy fleet."

mission "Eliminating Law Enforcement (Core, Small)"
	name "Syndicate near <system>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	repeat
	job
	description "A Syndicate fleet within two jumps of the <system> system has halted our raids. Destroy them and return to <planet> by <day> for a payment of <payment>."
	deadline 25
	to offer
		random < 25
		"combat rating" > 1100
	source
		government "Pirate"
		attributes "core pirate"
	npc kill
		government "Syndicate"
		personality heroic marked staying target
		system
			distance 1 2
			neighbor
				not government "Pirate"
		fleet "Small Syndicate" 2
		dialog "The fleet has been eliminated. You can claim the bounty payment by returning to <destination>."
	on complete
		"pirate jobs" ++
		payment 360000
		"reputation: Pirate" += 5
		dialog "The pirates of <planet> gratefully pay you <payment> for eliminating the Syndicate fleet."

mission "Eliminating Law Enforcement (Core, Large)"
	name "Syndicate near <system>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	repeat
	job
	description "A large Syndicate fleet within two jumps of the <system> system has halted our raids. Destroy them and return to <planet> by <day> for a payment of <payment>."
	deadline 25
	to offer
		random < 15
		"combat rating" > 3000
	source
		government "Pirate"
		attributes "core pirate"
	npc kill
		government "Syndicate"
		personality heroic marked staying target
		system
			distance 1 2
			neighbor
				not government "Pirate"
		fleet "Large Syndicate"
		fleet "Small Syndicate" 2
		dialog "The fleet has been eliminated. You can claim the bounty payment by returning to <destination>."
	on complete
		"pirate jobs" ++
		payment 600000
		"reputation: Pirate" += 10
		dialog "The pirates of <planet> gratefully pay you <payment> for eliminating the Syndicate fleet."

mission "Eliminating Law Enforcement (South, Small)"
	name "Militia near <system>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	repeat
	job
	description "A militia fleet within two jumps of the <system> system has halted our raids. Destroy them and return to <planet> by <day> for a payment of <payment>."
	deadline 14
	to offer
		random < 25
		"combat rating" > 1100
	source
		government "Pirate"
		attributes "south pirate"
		neighbor
			not government "Pirate"
	npc kill
		government "Militia"
		personality heroic marked staying target
		system
			distance 1 2
			neighbor
				not government "Pirate"
		fleet "Small Militia" 2
		dialog "The fleet has been eliminated. You can claim the bounty payment by returning to <destination>."
	on complete
		"pirate jobs" ++
		payment 320000
		"reputation: Pirate" += 5
		dialog "The pirates of <planet> gratefully pay you <payment> for eliminating the militia fleet."

mission "Eliminating Law Enforcement (South, Large)"
	name "Militia near <system>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	repeat
	job
	description "A large militia fleet within two jumps of the <system> system has halted our raids. Destroy them and return to <planet> by <day> for a payment of <payment>."
	deadline 14
	to offer
		random < 15
		"combat rating" > 3000
	source
		government "Pirate"
		attributes "south pirate"
		neighbor
			not government "Pirate"
	npc kill
		government "Militia"
		personality heroic marked staying target
		system
			distance 1 2
			neighbor
				not government "Pirate"
		fleet "Large Militia"
		fleet "Small Militia" 2
		dialog "The fleet has been eliminated. You can claim the bounty payment by returning to <destination>."
	on complete
		"pirate jobs" ++
		payment 520000
		"reputation: Pirate" += 10
		dialog "The pirates of <planet> gratefully pay you <payment> for eliminating the militia fleet."



mission "Eliminating Competition (North, Small)"
	name "Competition near <system>"
	description "A small rival gang is causing trouble within two jumps of the <system> system. Take them out and return to <planet> by <day> for a payment of <payment>."
	repeat
	job
	deadline 20
	to offer
		random < 20
		"combat rating" > 400
	source
		government "Pirate"
		attributes "north pirate"
	npc kill
		government "Pirate (Rival)"
		personality heroic marked staying target
		system
			distance 1 2
		fleet "Small Northern Pirates" 4
		dialog "The fleet has been eliminated. You can claim the bounty payment by returning to <destination>."
	on accept
		"reputation: Pirate (Rival)" = "reputation: Pirate"
	on complete
		"pirate jobs" ++
		payment 500000
		dialog "The pirates of <planet> gratefully pay you <payment> for eliminating the rival gang."

mission "Eliminating Competition (North, Large)"
	name "Competition near <system>"
	description "A large rival gang is gaining too much power. Their leader is currently within two jumps of the <system> system. Take them and their escorts out and return to <planet> by <day> for a payment of <payment>."
	repeat
	job
	deadline 20
	to offer
		random < 10
		"combat rating" > 1100
	source
		government "Pirate"
		attributes "north pirate"
	npc kill
		government "Pirate (Rival)"
		personality heroic marked staying target
		system
			distance 1 2
		fleet "Large Northern Pirates" 2
		fleet "Small Northern Pirates" 2
		dialog "The fleet has been eliminated. You can claim the bounty payment by returning to <destination>."
	on accept
		"reputation: Pirate (Rival)" = "reputation: Pirate"
	on complete
		"pirate jobs" ++
		payment 750000
		dialog "The pirates of <planet> gratefully pay you <payment> for eliminating the rival gang."

mission "Eliminating Competition (Core, Small)"
	name "Competition near <system>"
	description "A small rival gang is causing trouble within two jumps of the <system> system. Take them out and return to <planet> by <day> for a payment of <payment>."
	repeat
	job
	deadline 20
	to offer
		random < 20
		"combat rating" > 400
	source
		government "Pirate"
		attributes "core pirate"
	npc kill
		government "Pirate (Rival)"
		personality heroic marked staying target
		system
			distance 1 2
		fleet "Small Core Pirates" 4
		dialog "The fleet has been eliminated. You can claim the bounty payment by returning to <destination>."
	on accept
		"reputation: Pirate (Rival)" = "reputation: Pirate"
	on complete
		"pirate jobs" ++
		payment 500000
		dialog "The pirates of <planet> gratefully pay you <payment> for eliminating the rival gang."

mission "Eliminating Competition (Core, Large)"
	name "Competition near <system>"
	description "A large rival gang is gaining too much power. Their leader is currently within two jumps of the <system> system. Take them and their escorts out and return to <planet> by <day> for a payment of <payment>."
	repeat
	job
	deadline 20
	to offer
		random < 10
		"combat rating" > 1100
	source
		government "Pirate"
		attributes "core pirate"
	npc kill
		government "Pirate (Rival)"
		personality heroic marked staying target
		system
			distance 1 2
		fleet "Large Core Pirates" 2
		fleet "Small Core Pirates" 2
		dialog "The fleet has been eliminated. You can claim the bounty payment by returning to <destination>."
	on accept
		"reputation: Pirate (Rival)" = "reputation: Pirate"
	on complete
		"pirate jobs" ++
		payment 750000
		dialog "The pirates of <planet> gratefully pay you <payment> for eliminating the rival gang."

mission "Eliminating Competition (South, Small)"
	name "Competition near <system>"
	description "A small rival gang is causing trouble within two jumps of the <system> system. Take them out and return to <planet> by <day> for a payment of <payment>."
	repeat
	job
	deadline 14
	to offer
		random < 20
		"combat rating" > 400
	source
		government "Pirate"
		attributes "south pirate"
	npc kill
		government "Pirate (Rival)"
		personality heroic marked staying target
		system
			distance 1 2
		fleet "Small Southern Pirates" 4
		dialog "The fleet has been eliminated. You can claim the bounty payment by returning to <destination>."
	on accept
		"reputation: Pirate (Rival)" = "reputation: Pirate"
	on complete
		"pirate jobs" ++
		payment 500000
		dialog "The pirates of <planet> gratefully pay you <payment> for eliminating the rival gang."

mission "Eliminating Competition (South, Large)"
	name "Competition near <system>"
	description "A large rival gang is gaining too much power. Their leader is currently within two jumps of the <system> system. Take them and their escorts out and return to <planet> by <day> for a payment of <payment>."
	repeat
	job
	deadline 14
	to offer
		random < 10
		"combat rating" > 1100
	source
		government "Pirate"
		attributes "south pirate"
	npc kill
		government "Pirate (Rival)"
		personality heroic marked staying target
		system
			distance 1 2
		fleet "Large Southern Pirates" 2
		fleet "Small Southern Pirates" 2
		dialog "The fleet has been eliminated. You can claim the bounty payment by returning to <destination>."
	on accept
		"reputation: Pirate (Rival)" = "reputation: Pirate"
	on complete
		"pirate jobs" ++
		payment 750000
		dialog "The pirates of <planet> gratefully pay you <payment> for eliminating the rival gang."

mission "Eliminating Competition (Marauders, Small)"
	name "Competition near <system>"
	description "A small marauder gang is causing trouble within two jumps of the <system> system. Take them out and return to <planet> by <day> for a payment of <payment>."
	repeat
	job
	deadline 20
	to offer
		random < 5
		"combat rating" > 600
	source
		government "Pirate"
	npc kill
		government "Pirate (Rival)"
		personality heroic marked staying target
		system
			distance 1 2
		fleet "Marauder I" 2
		fleet "Marauder II" 2
		dialog "The fleet has been eliminated. You can claim the bounty payment by returning to <destination>."
	on accept
		"reputation: Pirate (Rival)" = "reputation: Pirate"
	on complete
		"pirate jobs" ++
		payment 500000
		dialog "The pirates of <planet> gratefully pay you <payment> for eliminating the rival gang."

mission "Eliminating Competition (Marauders, Medium)"
	name "Competition near <system>"
	description "A marauder gang is gaining too much power. Their leader is currently within two jumps of the <system> system. Take them and their escorts out and return to <planet> by <day> for a payment of <payment>."
	repeat
	job
	deadline 20
	to offer
		random < 5
		"combat rating" > 1100
	source
		government "Pirate"
	npc kill
		government "Pirate (Rival)"
		personality heroic marked staying target
		system
			distance 1 2
		fleet "Marauder I"
		fleet "Marauder II"
		fleet "Marauder III" 2
		dialog "The fleet has been eliminated. You can claim the bounty payment by returning to <destination>."
	on accept
		"reputation: Pirate (Rival)" = "reputation: Pirate"
	on complete
		"pirate jobs" ++
		payment 750000
		dialog "The pirates of <planet> gratefully pay you <payment> for eliminating the rival gang."

mission "Eliminating Competition (Marauders, Large)"
	name "Marauder Elimination"
	description "The pirates of the <system> system have grown dissatisfied with the actions of the ruling Marauder gang, who are currently within two jumps of the <system> system. Take them out and return to <planet> by <day> for a payment of <payment>."
	repeat
	job
	deadline 20
	to offer
		random < 5
		"combat rating" > 2100
	source
		government "Pirate"
	npc kill
		government "Pirate (Rival)"
		personality heroic marked staying target
		system
			distance 1 2
		fleet "Marauder I" 2
		fleet "Marauder II" 2
		fleet "Marauder III"
		fleet "Marauder IV"
		dialog "The fleet has been eliminated. You can claim the bounty payment by returning to <destination>."
	on accept
		"reputation: Pirate (Rival)" = "reputation: Pirate"
	on complete
		"pirate jobs" ++
		payment 900000
		dialog "The pirates of <planet> gratefully pay you <payment> for eliminating the ruling gang."



mission "Raid on Merchants (North)"
	name "Merchants near <system>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	repeat
	job
	description "A merchant fleet has been spotted in Republic space within three jumps of the <system> system. Join in destroying them and return to <planet> by <day> for a cut of the loot (<payment>)."
	to offer
		random < 50
		"combat rating" > 150
		"reputation: Pirate" > 0
	source
		government "Pirate"
		attributes "north pirate"
	npc
		government "Pirate"
		personality plunders harvests escort
		fleet "Small Northern Pirates"
	
	npc kill
		government "Merchant"
		personality heroic staying target
		system
			distance 1 3
			government "Republic"
		fleet "Small Northern Merchants" 2
		fleet "Large Northern Merchants"
		dialog "The merchants have been eliminated. Return to <destination> for your cut of the loot."
	on complete
		"pirate jobs" ++
		payment 150000
		dialog "After counting up the loot from the destroyed merchant fleet, you are given your cut. <payment>"

mission "Raid on Merchants (Core)"
	name "Merchants near <system>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	repeat
	job
	description "A merchant fleet has been spotted in Syndicate space within two jumps of the <system> system. Join in destroying them and return to <planet> for a cut of the loot (<payment>)."
	to offer
		random < 50
		"combat rating" > 150
		"reputation: Pirate" > 0
	source
		government "Pirate"
		attributes "core pirate"
	npc
		government "Pirate"
		personality plunders harvests escort
		fleet "Small Core Pirates"
	
	npc kill
		personality heroic staying target
		government "Merchant"
		system
			distance 1 2
			government "Syndicate"
		fleet "Small Core Merchants" 2
		fleet "Large Core Merchants"
		dialog "The merchants have been eliminated. Return to <destination> for your cut of the loot."
	on complete
		"pirate jobs" ++
		payment 150000
		dialog "After counting up the loot from the destroyed merchant fleet, you are given your cut. <payment>"

mission "Raid on Merchants (South)"
	name "Merchants near <system>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	repeat
	job
	description "A merchant fleet has been spotted in Southern space within two jumps of the <system> system. Join in destroying them and return to <planet> for a cut of the loot (<payment>)."
	to offer
		random < 50
		"combat rating" > 150
		"reputation: Pirate" > 0
	source
		government "Pirate"
		attributes "south pirate"
	npc
		government "Pirate"
		personality plunders harvests escort
		fleet "Small Southern Pirates"
	npc kill
		personality heroic staying target
		government "Merchant"
		system
			distance 1 2
			neighbor
				not government "Pirate"
		fleet "Small Southern Merchants" 2
		fleet "Large Southern Merchants"
		dialog "The merchants have been eliminated. Return to <destination> for your cut of the loot."
	on complete
		"pirate jobs" ++
		payment 150000
		dialog "After counting up the loot from the destroyed merchant fleet, you are given your cut. <payment>"



mission "Northern Pirate Defense"
	name "Defend <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	repeat
	minor
	description "Local Navy forces are attacking <destination>! Defeat them to defend anarchy!"
	to offer
		random < 15
		"reputation: Pirate" >= 0
	source
		government "Pirate"
		attributes "north pirate"
	npc evade
		government "Republic"
		personality heroic staying waiting
		fleet "Large Republic" 2
		dialog `The Navy fleets have been defeated. Return to <destination>.`
	npc
		government "Pirate"
		personality plunders staying
		fleet "Large Northern Pirates"
		fleet "Small Northern Pirates"
	on offer
		conversation "northern pirate defense"
	on complete
		"pirate jobs" ++
		payment 200000
		dialog `Many locals of <planet> thank you and collectively pay you <payment> for helping to drive off the Navy.`

mission "Northern Pirate Defense [Unpaid]"
	name "Defend <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	repeat
	minor
	description "Local Navy forces are attacking <destination>! Defeat them to defend anarchy!"
	to offer
		random < 5
		"reputation: Pirate" >= 0
	source
		government "Pirate"
		attributes "north pirate"
	npc evade
		government "Republic"
		personality heroic staying waiting
		fleet "Large Republic"
		fleet "Small Republic"
		dialog `The Navy fleets have been defeated. Return to <destination>.`
	npc
		government "Pirate"
		personality plunders staying
		fleet "Large Northern Pirates"
		fleet "Small Northern Pirates"
	on offer
		conversation "northern pirate defense"
	on complete
		"pirate jobs" ++
		dialog `Many locals of <planet> thank you for helping to drive off the Navy.`

conversation "northern pirate defense"
	`Suddenly you hear raised voices and shouting outside: "We are under attack! <planet> is under attack by the Navy! We need every combat-worthy ship to join the defenses!" This could be an easy way to get yourself killed, and you can't even guarantee that you will be paid for your work.`
	choice
		`	(Stay here until the fight is over.)`
			decline
		`	(Join the defense fleet.)`
	`	Local pirate forces are preparing to repel the Navy attack. You join them, and take off together...`
		launch


mission "Core Pirate Defense"
	name "Defend <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	repeat
	minor
	description "Local Syndicate forces are attacking <destination>! Defeat them to defend anarchy!"
	to offer
		random < 15
		"reputation: Pirate" >= 0
	source
		government "Pirate"
		attributes "core pirate"
	npc evade
		government "Syndicate"
		personality heroic staying waiting
		fleet "Small Syndicate"
		fleet "Large Syndicate" 2
		dialog `The Syndicate fleets have been defeated. Return to <destination>.`
	npc
		government "Pirate"
		personality plunders staying
		fleet "Small Core Pirates" 2
	on offer
		conversation "core pirate defense"
	on complete
		"pirate jobs" ++
		payment 200000
		dialog `Many locals of <planet> thank you and collectively pay you <payment> for helping to drive off the Syndicate.`

mission "Core Pirate Defense [Unpaid]"
	name "Defend <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	repeat
	minor
	description "Local Syndicate forces are attacking <destination>! Defeat them to defend anarchy!"
	to offer
		random < 5
		"reputation: Pirate" >= 0
	source
		government "Pirate"
		attributes "core pirate"
	npc evade
		government "Syndicate"
		personality heroic staying waiting
		fleet "Small Syndicate" 2
		fleet "Large Syndicate"
		dialog `The Syndicate fleets have been defeated. Return to <destination>.`
	npc
		government "Pirate"
		personality plunders staying
		fleet "Small Core Pirates" 2
	on offer
		conversation "core pirate defense"
	on complete
		"pirate jobs" ++
		dialog `Many locals of <planet> thank you for helping to drive off the Syndicate.`

conversation "core pirate defense"
	`Suddenly you hear raised voices and shouting outside: "We are under attack! <planet> is under attack by the Syndicate! We need every combat-worthy ship to join the defenses!" This could be an easy way to get yourself killed, and you can't even guarantee that you will be paid for your work.`
	choice
		`	(Stay here until the fight is over.)`
			decline
		`	(Join the defense fleet.)`
	`	Local pirate forces are preparing to repel the Syndicate attack. You join them, and take off together...`
		launch


mission "Southern Pirate Defense"
	name "Defend <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	repeat
	minor
	description "Local militia forces are attacking <destination>! Defeat them to defend anarchy!"
	to offer
		random < 15
		"reputation: Pirate" >= 0
	source
		government "Pirate"
		attributes "south pirate"
		neighbor
			not government "Pirate"
	npc evade
		government "Militia"
		personality heroic staying waiting
		fleet "Small Militia"
		fleet "Large Militia" 2
		dialog `The militia fleets have been defeated. Return to <destination>.`
	npc
		government "Pirate"
		personality plunders staying
		fleet "Small Southern Pirates" 2
	on offer
		conversation "southern pirate defense"
	on complete
		"pirate jobs" ++
		payment 200000
		dialog `Many locals of <planet> thank you and collectively pay you <payment> for helping to drive off the militia forces.`

mission "Southern Pirate Defense [Unpaid]"
	name "Defend <planet>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	repeat
	minor
	description "Local militia forces are attacking <destination>! Defeat them to defend anarchy!"
	to offer
		random < 5
		"reputation: Pirate" >= 0
	source
		government "Pirate"
		attributes "south pirate"
		neighbor
			not government "Pirate"
	npc evade
		government "Militia"
		personality heroic staying waiting
		fleet "Small Militia" 2
		fleet "Large Militia"
		dialog `The militia fleets have been defeated. Return to <destination>.`
	npc
		government "Pirate"
		personality plunders staying
		fleet "Small Southern Pirates" 2
	on offer
		conversation "southern pirate defense"
	on complete
		"pirate jobs" ++
		dialog `Many locals of <planet> thank you for helping to drive off the militia forces.`

conversation "southern pirate defense"
	`Suddenly you hear raised voices and shouting outside: "We are under attack! <planet> is under attack by the militia! We need every combat-worthy ship to join the defenses!" This could be an easy way to get yourself killed, and you can't even guarantee that you will be paid for your work.`
	choice
		`	(Stay here until the fight is over.)`
			decline
		`	(Join the defense fleet.)`
	`	Local pirate forces are preparing to repel the militia attack. You join them, and take off together...`
		launch



outfit "Secret Cargo"
	category "Special"
	cost 0
	thumbnail "outfit/unknown"
	"mass" 1
	description "Cargo stolen from a merchant ship which has caught the interest of a pirate warlord."

mission "Cargo Theft (North)"
	name "Convoy near <system>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	description `A merchant convoy has been spotted in Republic space within three jumps of the <system> system. A local warlord is interested in having the cargo on the <npc>. Plunder it and return to <planet> by <day> for payment of <payment>.`
	to offer
		random < 15
		"combat rating" > 3000
	deadline 20
	source
		government Pirate
		attributes "north pirate"
	npc
		government "Merchant"
		personality staying heroic target
		system
			distance 1 3
			government "Republic"
		fleet
			names "civilian"
			variant
				"Freighter (Secret Cargo)"
				"Corvette" 2
			variant
				"Freighter (Secret Cargo)"
				"Firebird" 2
			variant
				"Freighter (Secret Cargo)"
				"Leviathan"
	on visit
		dialog "You land on <planet>, but you don't have the secret cargo! Return to the <npc> and bring the cargo back to <planet>."
	on complete
		"pirate jobs" ++
		outfit "Secret Cargo" -1
		payment 1500000
		dialog "The pirates of <planet> take the secret cargo from your cargo hold and pay you <payment>."

mission "Cargo Theft (Core)"
	name "Convoy near <system>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	description `A merchant convoy has been spotted in Syndicate space within two jumps of the <system> system. A local warlord is interested in having the cargo on the <npc>. Plunder it and return to <planet> by <day> for payment of <payment>.`
	to offer
		random < 15
		"combat rating" > 3000
	deadline 20
	source
		government Pirate
		attributes "core pirate"
	npc
		government "Merchant"
		personality staying heroic target
		system
			distance 1 2
			government "Syndicate"
		fleet
			names "civilian"
			variant
				"Freighter (Secret Cargo)"
				"Quicksilver" 2
			variant
				"Freighter (Secret Cargo)"
				"Splinter" 2
			variant
				"Freighter (Secret Cargo)"
				"Vanguard"
	on visit
		dialog "You land on <planet>, but you don't have the secret cargo! Return to the <npc> and bring the cargo back to <planet>."
	on complete
		"pirate jobs" ++
		outfit "Secret Cargo" -1
		payment 1500000
		dialog "The pirates of <planet> take the secret cargo from your cargo hold and pay you <payment>."

mission "Cargo Theft (South)"
	name "Convoy near <system>"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	job
	repeat
	description `A merchant convoy has been spotted in Southern space within two jumps of the <system> system. A local warlord is interested in having the cargo on the <npc>. Plunder it and return to <planet> by <day> for payment of <payment>.`
	to offer
		random < 15
		"combat rating" > 3000
	deadline 14
	source
		government Pirate
		attributes "south pirate"
		neighbor
			not government "Pirate"
	npc
		government "Merchant"
		personality staying heroic target
		system
			distance 1 2
			not government "Pirate"
		fleet
			names "civilian"
			variant
				"Freighter (Secret Cargo)"
				"Bastion" 2
			variant
				"Freighter (Secret Cargo)"
				"Blackbird" 2
			variant
				"Freighter (Secret Cargo)"
				"Falcon"
	on visit
		dialog "You land on <planet>, but you don't have the secret cargo! Return to the <npc> and bring the cargo back to <planet>."
	on complete
		"pirate jobs" ++
		outfit "Secret Cargo" -1
		payment 1500000
		dialog "The pirates of <planet> take the secret cargo from your cargo hold and pay you <payment>."



mission "FW Assassination [1]"
	name "Assassinate a political target"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	description "A Free Worlds politician who is worrying local slave traders was spotted passing through Free Worlds space within two jumps of the <system> system in their ship, the <npc>. Assassinate them by <day> to send a message to the Free Worlds. Payment is <payment>. Be advised that they may have escorts."
	repeat
	job
	deadline 14
	to offer
		"combat rating" > 300
		random < 5
		"reputation: Pirate" > -100
		has "event: war begins"
	source
		government "Pirate"
		attributes "south pirate"
		neighbor
			not government "Pirate"
	npc kill
		government "Free Worlds"
		personality staying target
		system
			government "Free Worlds"
			distance 1 2
		fleet
			names civilian
			variant 10
				"Blackbird"
			variant 2
				"Blackbird"
				"Sparrow"
			variant 4
				"Blackbird"
				"Fury" 2
			variant 3
				"Blackbird"
				"Hawk" 3
			variant 1
				"Blackbird"
				"Osprey"
		dialog "The target has been destroyed. Return to <destination> for your payment."
	on complete
		"pirate jobs" ++
		payment 460000
		dialog "A band of slave traders thank you for eliminating the politician and pay you <payment>."
		"reputation: Free Worlds" -= 10
		"reputation: Pirate" += 3
		
mission "FW Assassination [2]"
	name "Assassinate a political target"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	description "A Free Worlds politician who angered a pirate warlord was spotted passing through Free Worlds space within two jumps of the <system> system in their ship, the <npc>. Assassinate them by <day> to send a message to the Free Worlds. Payment is <payment>. Be advised that they may be heavily defended."
	repeat
	job
	deadline 14
	to offer
		"combat rating" > 600
		random < 5
		"reputation: Pirate" > -50
		has "event: war begins"
	source
		government "Pirate"
		attributes "south pirate"
		neighbor
			not government "Pirate"
	npc kill
		government "Free Worlds"
		personality staying target
		system
			government "Free Worlds"
			distance 1 2
		fleet
			names civilian
			variant 3
				"Blackbird"
			variant 2
				"Blackbird"
				"Falcon"
			variant 3
				"Blackbird"
				"Osprey" 2
			variant 3
				"Blackbird"
				"Bastion"
				"Osprey"
			variant 2
				"Blackbird"
				"Bastion"
				"Sparrow" 4
			variant 1
				"Blackbird"
				"Fury" 5
				"Hawk" 4
		dialog "The target has been destroyed. Return to <destination> for your payment."
	on complete
		"pirate jobs" ++
		payment 800000
		dialog "The pirate warlord thanks you for eliminating the politician that threatened them and pays you <payment>."
		"reputation: Free Worlds" -= 15
		"reputation: Pirate" += 5
		
mission "Syndicate Assassination [1]"
	name "Assassinate a political target"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	description "A Syndicate politician was spotted passing through Syndicate space within two jumps of the <system> system in their ship, the <npc>. Assassinate them by <day> to send a message to the Syndicate. Payment is <payment>. Be advised that they may have escorts."
	repeat
	job
	deadline 25
	to offer
		"combat rating" > 300
		random < 5
		"reputation: Pirate" > -100
	source
		government "Pirate"
		attributes "core pirate"
	npc kill
		government "Syndicate"
		personality staying target
		system
			government "Syndicate"
			distance 1 2
		fleet
			names civilian
			variant 6
				"Arrow"
			variant 6
				"Bounder"
			variant 2
				"Arrow"
				"Quicksilver" 2
			variant 2
				"Bounder"
				"Manta"
			variant 3
				"Arrow"
				"Wasp" 3
			variant 3
				"Bounder"
				"Quicksilver"
				"Wasp" 2
			variant 1
				"Arrow"
				"Splinter"
			variant 1
				"Bounder"
				"Splinter"
		dialog "The target has been destroyed. Return to <destination> for your payment."
	on complete
		"pirate jobs" ++
		payment 460000
		dialog "A pirate warlord thanks you for eliminating the politician and pays you <payment>."
		"reputation: Syndicate" -= 10
		"reputation: Pirate" += 3
		
mission "Syndicate Assassination [2]"
	name "Assassinate a political target"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	description "A Syndicate politician with plans that worry local pirate gangs was spotted passing through Syndicate space within two jumps of the <system> system in their ship, the <npc>. Assassinate them by <day> to send a message to the Syndicate. Payment is <payment>. Be advised that they may be heavily defended."
	repeat
	job
	deadline 25
	to offer
		"combat rating" > 600
		random < 5
		"reputation: Pirate" > -50
	source
		government "Pirate"
		attributes "core pirate"
	npc kill
		government "Syndicate"
		personality staying target
		system
			government "Syndicate"
			distance 1 2
		fleet
			names civilian
			variant 2
				"Arrow"
			variant 3
				"Bounder"
			variant 2
				"Arrow"
				"Vanguard"
			variant 2
				"Bounder"
				"Protector"
			variant 4
				"Arrow"
				"Quicksilver" 4
			variant 2
				"Bounder"
				"Manta" 2
			variant 2
				"Arrow"
				"Manta"
				"Quicksilver" 2
			variant 4
				"Bounder"
				"Splinter"
				"Wasp" 3
			variant 2
				"Arrow"
				"Manta"
				"Splinter"
			variant 2
				"Bounder"
				"Splinter" 2
			variant 1
				"Arrow" 10
		dialog "The target has been destroyed. Return to <destination> for payment."
	on complete
		"pirate jobs" ++
		payment 800000
		dialog "A band of pirates thank you for eliminating the politician and pay you <payment>."
		"reputation: Syndicate" -= 15
		"reputation: Pirate" += 5
		
mission "Republic Assassination [1]"
	name "Assassinate a political target"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	description "A Republic politician who is worrying local pirate gangs was spotted passing through inhabited Republic space within four jumps of the <system> system in their ship, the <npc>. Assassinate them by <day> to send a message to the Republic. Payment is <payment>. Be advised that they may have escorts."
	repeat
	job
	deadline 20
	to offer
		"combat rating" > 300
		random < 5
		"reputation: Pirate" > -100
	source
		government "Pirate"
		attributes "north pirate"
	npc kill
		government "Republic"
		personality staying target
		system
			government "Republic"
			distance 4
			not near "Sumar" 1
			not near "Gorvi" 1
		fleet
			names civilian
			variant 7
				"Flivver"
			variant 7
				"Scout"
			variant 3
				"Flivver"
				"Raven"
				"Berserker"
			variant 2
				"Scout"
				"Aerie"
				"Dagger" 4
			variant 2
				"Flivver"
				"Firebird"
			variant 3
				"Scout"
				"Headhunter" 2
			variant 1
				"Flivver"
				"Gunboat" 2
			variant 1
				"Scout"
				"Frigate"
			variant 1
				"Mule"
				"Dagger"
			variant 1
				"Star Queen"
		dialog "The target has been destroyed. Return to <destination> for your payment."
	on complete
		"pirate jobs" ++
		payment 460000
		dialog "A pirate warlord thanks you for eliminating the politician pays you <payment>."
		"reputation: Republic" -= 10
		"reputation: Navy (Oathkeeper)" -= 10
		"reputation: Pirate" += 3
		
mission "Republic Assassination [2]"
	name "Assassinate a political target"
	color selected "illegal job: selected"
	color unselected "illegal job: unselected"
	color unavailable "illegal job: unavailable"
	description "A Republic politician who is worrying local drug traders was spotted passing through inhabited Republic space within four jumps of the <system> system in their ship, the <npc>. Assassinate them by <day> to send a message to the Republic. Payment is <payment>. Be advised that they may be heavily defended."
	repeat
	job
	deadline 20
	to offer
		"combat rating" > 600
		random < 5
		"reputation: Pirate" > -50
	source
		government "Pirate"
		attributes "north pirate"
	npc kill
		government "Republic"
		personality staying target
		system
			government "Republic"
			distance 4
			not near "Sumar" 1
			not near "Gorvi" 1
		fleet
			names civilian
			variant 1
				"Flivver"
			variant 1
				"Scout"
			variant 2
				"Mule"
				"Dagger"
			variant 2
				"Star Queen"
			variant 2
				"Flivver"
				"Aerie"
				"Dagger" 4
				"Frigate"
			variant 4
				"Scout"
				"Headhunter" 4
			variant 3
				"Mule"
				"Dagger"
				"Raven" 2
			variant 2
				"Star Queen"
				"Corvette"
				"Firebird"
			variant 2
				"Flivver"
				"Leviathan"
			variant 2
				"Scout"
				"Corvette"
				"Mule"
				"Dagger"
			variant 1
				"Mule"
				"Dagger"
				"Cruiser"
				"Combat Drone" 4
			variant 1
				"Star Queen"
				"Carrier"
				"Lance" 8
				"Combat Drone" 6
		dialog "The target has been destroyed. Return to <destination> for payment."
	on complete
		"pirate jobs" ++
		payment 800000
		dialog "A band of drug traders thank you for eliminating the politician and pay you <payment>."
		"reputation: Republic" -= 15
		"reputation: Navy (Oathkeeper)" -= 15
		"reputation: Pirate" += 5
